home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / diskutil / disktbox.arc / DISKTBOX.MAN next >
Text File  |  1985-11-20  |  3KB  |  82 lines

  1.    Disk Toolbox by Neil Forsyth Copyright 1988 Alchemist Software
  2.       (A collection of useful disk utilities for Atari ST)
  3.  
  4. This program is in the Public Domain (ie. free)
  5. Only not profit distribution is allowed.
  6.  
  7. DISCLAIMER - "I make no warranty with respect to this program, and
  8. disclaim any implied/explicit suggestions of usefulness for any 
  9. purpose. Use this program only if you are willing to assume all risks,
  10. and damages,if any, arising as a result, even if it is caused by 
  11. negligence or other fault."
  12.  
  13. Functions:
  14.  
  15. 1. Examine Boot Sector
  16.  
  17. This simply reads the boot sector from drive A and presents all
  18. its parameters in an easy to read form.
  19.  
  20. 2. Change Boot sector executability
  21.  
  22. With the advent of the ST disk virus that has recently been
  23. discovered this function may prove useful. The known germ/virus
  24. spreads via an executable boot sector on a disk. This function
  25. tells you if a boot sector has the checksum of an executable one
  26. and allows you to toggle this status. Only the checksum on the
  27. sector is altered so if you changed it and you wish you hadn't
  28. then you can easily change it back again.
  29.  
  30. Note: Not all disks with executable boot sectors contain a virus.
  31. Some games use this feature to boot up and DC Format uses it to
  32. set up various features at boot time. Giving a boot sector that
  33. doesn't contain code an executable checksum will just crash the
  34. system at boot.
  35.  
  36. 3. Examine BIOS parameter block
  37.  
  38. This function in combination with function 1 is useful to folk
  39. who like to know what the parameters on the disk are like.
  40. I used them a lot while writing the program.
  41.  
  42. 4. Alter AUTO execution sequence
  43.  
  44. Someone once had this on their wishlist of utilities and I never
  45. saw anyone bother to do it so here it is. This function displays
  46. the filenames of all the PRG's in the AUTO folder on the disk.
  47. You can then swap them in pairs to get them in the desired order.
  48. The program only reads in the first 32 PRGs it finds. This is no
  49. big deal since I have never seen much more than 3 programs in \AUTO.
  50.  
  51. 5. Wipe FATs and Root Directory
  52.  
  53. Oddly enough this is exactly what the ST virus does! So this could
  54. be regarded as a virus in a cage. (Friendly/tame virus anyone :-)
  55. Wiping the file allocation tables and the root directory is
  56. effectivly the same as dragging all the files and folders to the
  57. trashcan but much quicker.
  58.  
  59. 6. Verify Floppy Disk
  60.  
  61. After reading the boot sector to see how the disk is formatted
  62. this function then attempts to read every sector on the disk.
  63. As it does so it prints the side & track numbers on the screen.
  64. Any damaged tracks are printed in reverse video. You can abort
  65. the verify at any time by pressing escape. This can be handy
  66. if the disk is a real gonner.
  67.  
  68. The Future:
  69.  
  70. Currently the program only uses floppy drive A (or B if Verifying)
  71. and some people might want to use it on a hard disk. If there is
  72. enough demand I will probably add that.
  73.  
  74. Expansions:sector editor, formatter, copier
  75.  
  76. Bug reports,Ideas,Helpful comments and pats on the back - Welcome.
  77. "You *!&?#, your program trashed my valuable disk!" - Not welcome
  78.  
  79. Enjoy
  80.  
  81. Neil Forsyth
  82.